home *** CD-ROM | disk | FTP | other *** search
- Path: news.mira.net.au!news
- From: bytey@werple.net.au (Chris Hames)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Sync with trackdisk RAW-cmds
- Date: 13 Jan 1996 12:38:18 +1100
- Organization: Werple Internet, Melbourne
- Message-ID: <4d72ea$6ua@werple.net.au>
- References: <1996Jan12.110823.1385@rcum>
- NNTP-Posting-Host: werple.mira.net.au
-
- stein@imola.jump.org (David Balazic) writes:
-
- >Is there a way to use WORD sync ?? ( using TD_RAWxxx , NOT accessing HW ! )
-
- /*
- ** raw read and write can be synced with a $4489 sync pattern. This flag
- ** in io request's IO_FLAGS field tells the driver that you want this.
- */
- #define IOTDB_WORDSYNC 5
- #define IOTDF_WORDSYNC (1<<5)
-
- V36 onwards. RAWREAD/WRITE don't work properly under kick 1.2/1.3 anyway.
-
- --
- Chris Hames bytey@werple.mira.net.au (OR bytey@melbourne.dialix.oz.au)
- "How do I start another MS Windows process on this machine ?" 'huh ?'
- "Don't real IBM-PC's have the PC-Task icon to double click ?"
-